home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Sample Code Update 01⁄96 / MenuScripter 3.1 / MenuScripter / MenuScripter.rsrc / SCPT_4257 < prev    next >
Encoding:
Text File  |  1995-11-20  |  170 b   |  5 lines

  1. tell application "MenuScripter"
  2. copy selection of window 1 to usersel
  3. set x to {class:text style info, on styles:Plain, off styles:{}}
  4. copy x to style of usersel
  5. end tell